go/types.Checker.shortVarDecl (method)

2 uses

	go/types (current package)
		assignments.go#L409: func (check *Checker) shortVarDecl(pos positioner, lhs, rhs []ast.Expr) {
		stmt.go#L474: 				check.shortVarDecl(inNode(s, s.TokPos), s.Lhs, s.Rhs)